CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 矩阵 求逆

搜索资源列表

  1. 矩阵运算的程序

    0下载:
  2. 本程序能完成矩阵的输入,输出。方阵的乘法,方阵的求逆,矩阵的求专置等的运算。-this procedure can be completed matrix of input and output. The matrix multiplication, the matrix inversion and matrix specifically for the home, such as arithmetic.
  3. 所属分类:网格计算

    • 发布日期:2008-10-13
    • 文件大小:75229
    • 提供者:李飞
  1. Matrix_ana

    0下载:
  2. 用JAVA所写的用于矩阵运算的类,包括矩阵加、减、乘法、矩阵求逆,转置等-written with Java for matrix calculation of categories, including matrix, plus or minus, multiplication, matrix inversion, and so on to home
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2615
    • 提供者:雷天无
  1. 解线性方程的直接法

    0下载:
  2. 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:24060
    • 提供者:周思良
  1. juzhenqiuni

    1下载:
  2. 矩阵求逆程序源代码 功能:就一般或者大型大矩阵求其逆矩阵!-matrix inversion source code functions : general or large building its matrix inverse matrix!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:957
    • 提供者:何人
  1. MatrixAndComplex_C++

    2下载:
  2. 矩阵、复数自定义数据类型的C++实现。矩阵求逆采用牛顿法。-matrices, the plural-defined data types in C to achieve. Matrix inversion using Newton's law.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6489
    • 提供者:张彦
  1. invert

    0下载:
  2. 矩阵求逆的并行算法,使用高斯约当消去法,是从一参考书中copy过来的,谢谢原作者。-matrix inversion of the parallel algorithm, about when the use of Gaussian Elimination Act, a reference book from which the copy over, Thank you, the original author.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3658
    • 提供者:魏东子
  1. laoda

    0下载:
  2. 关于矩阵求逆的小程序,虽小但很实用。矩阵计算在工程中应用很广泛,该小程序中包含有关矩阵求逆的源代码,希望对大家有所帮助-matrix inversion of the small programs, small but practical. Matrix in engineering applications is wide, the small program included the matrix inversion of the source code, we hope to help
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13264
    • 提供者:guoguo
  1. shizhifenxi

    0下载:
  2. 数值分析算法描述与习题解答,由清华大学徐士良教书,用C编写的各种数学算法。比如:托伯利兹型线性代数方程组的递推算法,全选主元高斯消去法解复系数线形代数方程组,复矩阵求逆的全选主元高斯-约当法,等;-numerical analysis algorithm descr iption and answer the questions from Qinghua University XU Shi-liang, teaching C prepared by the various mathematica
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:88260
    • 提供者:qinzuoyi
  1. nizhen

    0下载:
  2. 初等变换法,矩阵求逆用的是笔算时惯用的方法,需要高斯消去法的朋友请参看有关资料。特别提醒:本程序不能用tc2.0编译!详情请参看文件中的说明。 -elementary transformation, matrix inversion using a written calculation method used when the need Gaussian Elimination friends see the information. Reminded : This procedure can
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7783
    • 提供者:朱辉
  1. inmatrix

    0下载:
  2. Fortran 的矩阵求逆程序-Fortran the matrix inversion process
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1702
    • 提供者:叶爱中
  1. dcjzqn

    0下载:
  2. 在Turbo C环境下开发,实现对称矩阵的输入,并判定是否为正定。可以修改输入模块实现对任意非奇异矩阵求逆。求逆算法采用伴随矩阵法,求解行列式采用化上三角矩阵法。该算法系本人根据《线性代数》描述编写,矩阵的最大阶数可任意修改,更具有通用性。-in Turbo C development environment and achieve symmetric matrix input, and to determine whether the positive. Can modify the inpu
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1887
    • 提供者:史蒂芬
  1. matrix_reverse

    1下载:
  2. 矩阵求逆的c++程序,用来算大规模带分数形式的逆矩阵的,文件输入-matrix inversion c procedures for the large-scale Daibanshu form of the inverse matrix, the file input
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6816
    • 提供者:mathstony
  1. maxConv

    0下载:
  2. 一个关于处理矩阵求逆的代码,希望对大家有帮助-for dealing with a matrix inversion code, we hope to help
  3. 所属分类:交通/航空行业

    • 发布日期:2008-10-13
    • 文件大小:132953
    • 提供者:liumei
  1. MatrixCal

    0下载:
  2. 提供矢量点乘,矩阵相乘,以及矩阵求逆等算法源代码,同时以动态链接库的形式打包,让初学者一个动态库制作的例子。-point by providing vector and matrix multiplication, and matrix inversion algorithm source code, the same time as a dynamic link library in the form of packing for beginners for producing a dynam
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8293
    • 提供者:王喆
  1. jhgrerfgjz

    0下载:
  2. 一个简单的求矩阵求逆的c语言算法 一个简单的求矩阵求逆的c语言算法 一个简单的求矩阵求逆的c语言算法-a simple matrix inversion for the C language algorithms for a simple matrix inversion of the c language a simple algorithm The matrix inversion for the C language algorithms for a simple matrix
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:914
    • 提供者:边强
  1. ConvertMatrix

    0下载:
  2. 矩阵求逆是数学运算中常常遇到的。本源码采用全主元矩阵求逆的方法求得矩阵的逆。-inverse matrix arithmetic is often encountered. The main source was used yuan matrix inversion methods achieve the inverse matrix.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1394
    • 提供者:wh
  1. juzhenqiunidefangfa

    1下载:
  2. 矩阵求逆C语言法!!!本程序适用于求解多阶矩阵的逆; -matrix inversion C Language Act! ! ! The procedures applicable to solving multi-stage matrix inverse;
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:862
    • 提供者:陈微
  1. Matrixqiuni

    0下载:
  2. 矩阵求逆的程序,希望大家可以用到,省去麻烦-matrix inversion process, we hope that could be applied to avoid trouble
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1146
    • 提供者:孙岩
  1. newSMI

    0下载:
  2. 刚从老师实验室拿到的智能天线算法,采样矩阵求逆法,算法很精简,在DSP实现耗费时间很少,是个好算法。-just emerging from the laboratory to get teachers of smart antenna algorithms, matrix inversion sampling method, the algorithm is very concise, In DSP little time-consuming, is a good algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1095
    • 提供者:kevinzhang
  1. qn1

    0下载:
  2. 快速矩阵求逆算法,通过此算法可快速对N级矩阵进行求逆运算-rapid matrix inversion algorithm, the algorithm can quickly on the N-matrix inverse operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1251
    • 提供者:Sean
« 1 2 3 4 5 67 8 9 10 11 ... 40 »
搜珍网 www.dssz.com